From: Antoine Musso Date: Fri, 3 Dec 2010 19:56:08 +0000 (+0000) Subject: typo (fu r77320) X-Git-Tag: 1.31.0-rc.0~33599 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=87d4223c0a69860d002c6affd094332cb462bb58;p=lhc%2Fweb%2Fwiklou.git typo (fu r77320) --- diff --git a/includes/BagOStuff.php b/includes/BagOStuff.php index d2badc0bcc..d5f49e236c 100644 --- a/includes/BagOStuff.php +++ b/includes/BagOStuff.php @@ -131,7 +131,7 @@ abstract class BagOStuff { } /** - * @param $key String: Key yo increase + * @param $key String: Key to increase * @param $value Integer: Value to add to $key (Default 1) * @return null if lock is not possible else $key value increased by $value */